home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / MGRPHTST.MAK < prev    next >
Encoding:
Text File  |  1991-10-26  |  943 b   |  74 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +MGRPHTST.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   mgrphtst.obj \
  25.   msmouse.obj \
  26.   mcursor.obj
  27.  
  28. #        *Explicit Rules*
  29. mgrphtst.exe: mgrphtst.cfg $(EXE_dependencies)
  30.   $(TLINK) /v/s/c @&&|
  31. c:\tcpp\lib\c0s.obj+
  32. mgrphtst.obj+
  33. msmouse.obj+
  34. mcursor.obj
  35. mgrphtst,mgrphtst
  36. c:\tcpp\lib\graphics.lib+
  37. c:\tcpp\lib\emu.lib+
  38. c:\tcpp\lib\maths.lib+
  39. c:\tcpp\lib\cs.lib
  40. |
  41.  
  42.  
  43. #        *Individual File Dependencies*
  44. mgrphtst.obj: mgrphtst.cpp 
  45.  
  46. msmouse.obj: msmouse.cpp 
  47.  
  48. mcursor.obj: mcursor.cpp 
  49.  
  50. #        *Compiler Configuration File*
  51. mgrphtst.cfg: mgrphtst.mak
  52.   copy &&|
  53. -v
  54. -V
  55. -vi-
  56. -wbbf
  57. -wpin
  58. -wamb
  59. -wamp
  60. -wasm
  61. -wpro
  62. -wcln
  63. -wdef
  64. -wsig
  65. -wnod
  66. -wstv
  67. -wucp
  68. -wuse
  69. -IC:\TCPP\INCLUDE
  70. -LC:\TCPP\LIB
  71. | mgrphtst.cfg
  72.  
  73.  
  74.